We are going to do a bit more interesting things than what was done in the past. So now let's shake things up a bit. I know that preivous ones were dull, but in due time, they got a but more exiciting. Let's continue this.
Here is a table of just a couple of different colors. I know that you might not think of this as the best thing, but, we are going to look at the beauty of it, an no, not going online and looking at all the different pictures, though you are, if you are here, but just, let's take a great look.
Here is our table. We are going to be doing a couple of colors. Red, Blue, Green, etc. Let's start.
| Red | Green | Blue | Magenta |
|---|---|---|---|
| Red's hex value is built like this---span style="background-color:#FF0000". Always ends up like this if you want the hex value | Green's hex value is built like this---span style="background-color:#FF0000". Always ends up like this if you want the hex value | Blue's hex value is built like this---span style="background-color:#0000FF". Always ends up like this if you want the hex value | Magenta's hex value is built like this---span style="hsl(0,120%,240%)". Always ends up like this if you want the hex value |
| Red's rgb value is built like this---span style="background-color:rgb(255,0,0)". Always ends up like this if you want the rgb value | Green's rgb value is built like this---span style="background-color:rgb(0,255,0)". Always ends up like this if you want the rgb value | Blue's rgb value is built like this---span style="background-color:rgb(0,0,255)". Always ends up like this if you want the rgb value | Magenta's rgb value is built like this---span style="background-color:rgb(255,0,255)". Always ends up like this if you want the rgb value |
| Red's hsl value is built like this---span style="background-color:hsl(0,100%,50%)". Will always end up like this if you want the hsl value | Green's hsl value is built like this---span style="background-color:hsl(120,100%,50%)". Will always end up like this if you want the hsl value | Blue's hsl value is built like this---span style="background-color:hsl(240,100%,50%)". Will always end up like this if you want the hsl value | Magenta's hsl value is built like this---span style="background-color:hsl(313,100%,56%)". Will always end up like thie if you want the hsl value |
To let you know, when they say background, that means that it's just highlighting. You do not have to put highlighting. Perfectly optional, but this is just an option.